home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / biz / quickref / readme.txt < prev    next >
Encoding:
Text File  |  1998-04-15  |  4.4 KB  |  105 lines

  1. QuickRef (tm) Copyright (C) WaverlyStreet, 1997-98. All Rights Reserved.
  2.  
  3. Version 2.23
  4.  
  5. You should have the following files:
  6.  
  7. QR.EXE         (the main program)
  8. VBDRT10.EXE    (required run-time module)
  9. DOS_INST.EXE   (DOS installation utility)
  10. SETUP.EXE      (Windows installation utility)
  11. QR23.INF       (Windows installation information file)
  12. MAKEDIRS.BAT   (creates default directories for Windows installation)
  13. QUICKREF.MAN   (the manual)
  14. QUICKREF.TXT   (license information / description)
  15. ORDER.TXT      (order form)
  16. TEMPLATE.MCR   (a template macro file)
  17. MY_NOTES.TXT   (template personal instruction file)
  18. README.TXT     (this file)
  19. SWAN.ICO       (nifty waverlystreet windows icon)
  20. DOS-WIN.TXT    (some hints on running DOS apps in Windows)    
  21. FILE_ID.DIZ
  22.  
  23. To install from Windows: click on SETUP.EXE while in the file manager.
  24.  
  25. To install from DOS: Change to the drive and directory containing these
  26. files and then type "dos_inst", and press ENTER. To run the program, go
  27. to the directory where it is installed and type qr and press ENTER.
  28.  
  29. Note: this is an "interim" release, version 2.23. Changes from version
  30. 2.2 as noted below:
  31.  
  32. Project  QR23     Quickref 2.3
  33. By WaverlyStreet
  34. -----------------------------------------------------------------------------
  35. Program Name.................:  QuickRef Project Assistant
  36. Version Number...............:
  37. Start Work Date..............:  12/12/97
  38. Interim Release(s)...........:  01/17/98, ver. 2.23 <<<<------ this release!
  39. Release Date.................:
  40. Distributed To:
  41.  
  42. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  43. PREVIOUS VERSION INFORMATION
  44.  
  45. Version Number................:  2.2
  46. Release Date..................:  December 9th, 1997
  47. Notes: Released as unrestricted, straight "nagware" for the first time.
  48. Incorporates a registration key algorithm to turn off the opening nag screen.
  49.  
  50. Old version bugs:
  51.  
  52. Start-up "illegal function call" happening on some systems - believed to be
  53. caused by the DATEVALUE function's incompatibility with certain CONFIG.SYS
  54. COUNTRY settings...
  55.  
  56. ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
  57. Goals for new version
  58. -----------------------------------------------------------------------------
  59.  
  60. Figure out some way to purge the first portion of long note files.
  61.  
  62. -----------------------------------------------------------------------------
  63. Changes made for new version
  64. -----------------------------------------------------------------------------
  65. *!* Added a text search capability to the internal file browser.
  66.  
  67. *!* Fixed small bug - screen format problem with money mode "to-do" items.
  68.  
  69. *!* Added command line switch (+M) to start the program in "money mode" rather
  70. than the default "time mode".
  71.  
  72. *!* Made it so that when a project number is revised (<F3> at the project
  73. selection screen) the project's note file is also renamed, if one exists.
  74.  
  75. *!* Added an option to also purge a project's note file when sending old
  76. records to "partial archive". These archived notes are included in current
  77. project "snapshots" if the archived records are too.
  78.  
  79. *!* - Fixed start-up "Illegal function call" problem which turned up on some
  80. systems running some non-US DOS configurations.
  81.  
  82. *!* Fixed "year 2000"-related data file sorting problem.
  83.  
  84. -----------------------------------------------------------------------------
  85. Notes:
  86.  
  87. 01/15/98 - Just discovered I had a "Year 2000" problem in QuickRef (Yikes!).
  88. Actually, I had just finished fixing the DATEVALUE problem, and I was farting
  89. around changing the system date just for grins. Records didn't sort right...
  90. Traced problem to the SortFormat sub-routine, which was evaluating only the
  91. right-most two places of the entry.day string.
  92.  
  93. I've fixed it, but need to test it out and make sure all is well.
  94.  
  95. The DATEVALUE thing: I think I've fixed it by replacing DATEVALUE(DATE$) with
  96. NOW. Actually, I'm pretty darn sure that will fix it... Now that I think of
  97. it, DATEVALUE is intended for parsing user input, which (one would assume)
  98. would be formatted properly in the first place. NOW, on the other hand is more
  99. of an internal thing, and is probably structured to handle whatever it might
  100. get from the system. I'll try to get someone to test it, but I'm pretty
  101. confident about the fix...
  102.  
  103. 01/17/98 - I'm going to do an interim release, version 2.23, and put it at the
  104. website (only) as the self-extracting file.
  105.